home *** CD-ROM | disk | FTP | other *** search
/ Adventures with Oslo: Tools & Gadgets / Adventures with Oslo - Tools and Gadgets.ISO / pc / program / ad / mod02 / map / 00030.ls < prev    next >
Encoding:
Text File  |  1994-09-23  |  177 b   |  11 lines

  1. on mouseUp
  2.   global gBackPack
  3.   puppetSound("leftdef.S")
  4.   updateStage()
  5.   if getOne(gBackPack, #pie) = 0 then
  6.     play movie "city3"
  7.   else
  8.     play movie "city2"
  9.   end if
  10. end
  11.